golang.org/x/net/http2.ClientConn.roundTrip (method)

2 uses

	golang.org/x/net/http2 (current package)
		clientconn.go#L13: 	return cc.roundTrip(req)
		transport.go#L944: func (cc *ClientConn) roundTrip(req *http.Request) (*http.Response, error) {